Class ExecTranMagstripeOutput

Description

クレジットカード決済決済実行 出力パラメータクラス

Located in /com/gmo_pg/client/output/ExecTranMagstripeOutput.php (line 11)

BaseOutput
   |
   --ExecTranMagstripeOutput
Method Summary
 ExecTranMagstripeOutput __construct ([IgnoreCaseMap $params = null])
 string getACS ()
 string getApprove ()
 string getCheckString ()
 string getClientField1 ()
 string getClientField2 ()
 string getClientField3 ()
 string getForward ()
 string getMagstripeType ()
 string getMethod ()
 string getOrderID ()
 integer getPayTimes ()
 string getTranDate ()
 string getTranID ()
 void setACS (string $aCS)
 void setApprove (string $approve)
 void setCheckString (string $checkString)
 void setClientField1 (string $clientField1)
 void setClientField2 (string $clientField2)
 void setClientField3 (string $clientField3)
 void setForward (string $forward)
 void setMagstripeType (string $magstripeType)
 void setMethod (string $method)
 void setOrderID (string $orderID)
 void setPayTimes (integer $payTimes)
 void setTranDate (string $tranDate)
 void setTranID (string $tranID)
 string toString ()
Methods
Constructor __construct (line 72)

コンストラクタ

  • access: public
ExecTranMagstripeOutput __construct ([IgnoreCaseMap $params = null])

Redefinition of:
BaseOutput::__construct()
コンストラクタ
getACS (line 101)

ACS呼出判定取得

  • return: ACS呼出判定
  • access: public
string getACS ()
getApprove (line 136)

承認番号取得

  • return: 承認番号
  • access: public
string getApprove ()
getCheckString (line 157)

MD5ハッシュ取得

  • return: MD5ハッシュ
  • access: public
string getCheckString ()
getClientField1 (line 164)

加盟店自由項目1取得

  • return: 加盟店自由項目1
  • access: public
string getClientField1 ()
getClientField2 (line 171)

加盟店自由項目2取得

  • return: 加盟店自由項目2
  • access: public
string getClientField2 ()
getClientField3 (line 178)

加盟店自由項目3取得

  • return: 加盟店自由項目3
  • access: public
string getClientField3 ()
getForward (line 115)

仕向先コード取得

  • return: 仕向先コード
  • access: public
string getForward ()
getMagstripeType (line 185)

実行磁気ストライプ区分取得

  • return: 実行磁気ストライプ区分
  • access: public
string getMagstripeType ()
getMethod (line 122)

支払方法取得

  • return: 支払方法
  • access: public
string getMethod ()
getOrderID (line 108)

オーダーID取得

  • return: オーダーID
  • access: public
string getOrderID ()
getPayTimes (line 129)

支払回数取得

  • return: 支払回数
  • access: public
integer getPayTimes ()
getTranDate (line 150)

決済日付取得

  • return: 決済日付
  • access: public
string getTranDate ()
getTranID (line 143)

トランザクションID取得

  • return: トランザクションID
  • access: public
string getTranID ()
setACS (line 194)

ACS呼出判定設定

  • access: public
void setACS (string $aCS)
  • string $aCS
setApprove (line 234)

承認番号設定

  • access: public
void setApprove (string $approve)
  • string $approve
setCheckString (line 258)

MD5ハッシュ設定

  • access: public
void setCheckString (string $checkString)
  • string $checkString
setClientField1 (line 266)

加盟店自由項目1設定

  • access: public
void setClientField1 (string $clientField1)
  • string $clientField1
setClientField2 (line 274)

加盟店自由項目2設定

  • access: public
void setClientField2 (string $clientField2)
  • string $clientField2
setClientField3 (line 282)

加盟店自由項目3設定

  • access: public
void setClientField3 (string $clientField3)
  • string $clientField3
setForward (line 210)

仕向先コード設定

  • access: public
void setForward (string $forward)
  • string $forward
setMagstripeType (line 290)

実行磁気ストライプ区分設定

  • access: public
void setMagstripeType (string $magstripeType)
  • string $magstripeType
setMethod (line 218)

支払方法設定

  • access: public
void setMethod (string $method)
  • string $method
setOrderID (line 202)

オーダーID設定

  • access: public
void setOrderID (string $orderID)
  • string $orderID
setPayTimes (line 226)

支払回数設定

  • access: public
void setPayTimes (integer $payTimes)
  • integer $payTimes
setTranDate (line 250)

決済日付設定

  • access: public
void setTranDate (string $tranDate)
  • string $tranDate
setTranID (line 242)

トランザクションID設定

  • access: public
void setTranID (string $tranID)
  • string $tranID
toString (line 301)

文字列表現

現在の各パラメータを、パラメータ名=値&パラメータ名=値の形式で取得します。

  • return: 出力パラメータの文字列表現
  • access: public
string toString ()

Redefinition of:
BaseOutput::toString()
文字列表現

Inherited Methods

Inherited From BaseOutput

 BaseOutput::__construct()
 BaseOutput::encodeStr()
 BaseOutput::getCsvResponse()
 BaseOutput::getErrList()
 BaseOutput::isErrorOccurred()
 BaseOutput::nullToEmpty()
 BaseOutput::setCsvResponse()
 BaseOutput::setErrList()
 BaseOutput::toString()

Documentation generated on Thu, 18 Jan 2024 19:58:21 +0900 by phpDocumentor 1.4.3